home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
E-G
/
ForeGnd to Bkgnd.cpt
/
ForeGnd to Bkgnd
/
card_3726.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
3KB
|
168 lines
-- card: 3726 from stack: in
-- bmap block id: 4083
-- flags: 4000
-- background id: 3098
-- name: Picture Frame 1
----- HyperTalk script -----
--Use this Script to auto scroll a scrolling field
on idle
get the scroll of card field id 4
if it > 600 then
set the scroll of card field id 4 to 0
else
set the scroll of card field id 4 to (4+it)
end if
end idle
on opencard
wait 2 seconds
set the scroll of card field id 4 to 0
show card field id 4
end opencard
on closecard
hide card field id 4
end closecard
-- part 4 (field)
-- low flags: 01
-- high flags: 2007
-- rect: left=184 top=62 right=178 bottom=462
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 5
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=46 top=177 right=295 bottom=415
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go next card
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=46 top=61 right=178 bottom=185
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go next card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=413 top=178 right=217 bottom=454
-- title width / last selected line: 0
-- icon id / first selected line: 14767 / 14767
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Tell Me About...
----- HyperTalk script -----
on mouseUp
if the visible of card field "about" is false then
show card field "About"
else hide card field "about"
end mouseUp
-- part 8 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=292 top=212 right=290 bottom=457
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: About
----- HyperTalk script -----
on mouseup
hide card field "about"
end mouseup
-- part contents for card part 4
----- text -----
*************************
Many novice users, (I include
myself during the BeforeTimes,)
create great first time stacks.
But unfortunately they have
created all the graphics and all
the buttons and all the fields on
the first card. Now, a light bulb
goes off in their heads and they
say "Shucks golly gee whiz! I
should have put all this on the
background instead of the card."
Life is tough! But here, in the
nick of interstellar time is a
utilities stack which will allow
you to put everything on the
background...
Click on the galaxy if you dare to repair!
-- part contents for card part 8
----- text -----
Written by Phil Wyman of Selective Memory, Suite 336, 2530 Berryessa Rd.,San Jose, CA 95132
This stack is free... pass it on!